'Declaration Function All( _ ByVal order As Order _ ) As IndexQuery(Of T,TKey)
IndexQuery<T,TKey> All( Order order )
Parameters
- order
- Specifies the order of the key values to sort the result.
Return Value
All items of the collection in the specified order of their key values.